home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 8
/
Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso
/
Aminet
/
comm
/
bbs
/
MAX_DoorPack.lha
/
MAX_DoorPack103
/
ExampleDoor.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-03-21
|
290b
|
16 lines
#include "DoorPack.h"
void dmain( void )
{
char string[80];
sendmessage("This is the DoorPack sample door", 1 );
prompt("Enter some text (any text):", string, 80 );
sendmessage("\n\nYou entered:", 0 );
sendmessage( string, 1 );
hotkey( "Hit any key to exit...", string );
}